home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 34 / Amiga Format CD34 (1998-11-20)(Future Publishing)(GB)[!][Christmas issue].iso / -seriously_amiga- / programming / c / mesa-2.6 / include / gl / mesadriver.h < prev    next >
C/C++ Source or Header  |  1998-10-01  |  5KB  |  135 lines

  1. /*
  2.  * AmigaMesaRTL graphics library
  3.  * Version:  2.0
  4.  * Copyright (C) 1998  Jarno van der Linden
  5.  *
  6.  * This library is free software; you can redistribute it and/or
  7.  * modify it under the terms of the GNU Library General Public
  8.  * License as published by the Free Software Foundation; either
  9.  * version 2 of the License, or (at your option) any later version.
  10.  *
  11.  * This library is distributed in the hope that it will be useful,
  12.  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  13.  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  14.  * Library General Public License for more details.
  15.  *
  16.  * You should have received a copy of the GNU Library General Public
  17.  * License along with this library; if not, write to the Free
  18.  * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  19.  */
  20.  
  21. /*
  22.  * mesadriver.h
  23.  *
  24.  * Version 1.0  27 Jun 1998
  25.  * by Jarno van der Linden
  26.  * jarno@kcbbs.gen.nz
  27.  *
  28.  * Based on FooMesa.h ver 1.1
  29.  *
  30.  * Version 1.1  02 Aug 1998
  31.  * by Jarno van der Linden
  32.  * jarno@kcbbs.gen.nz
  33.  *
  34.  * - Quantizer plugin tags added
  35.  *
  36.  * Version 2.0  13 Sep 1998
  37.  * by Jarno van der Linden
  38.  * jarno@kcbbs.gen.nz
  39.  *
  40.  * - (Get|Set)IndexRGB added
  41.  * - Set and get attributes added
  42.  * - Lots more tags
  43.  * - AmigaMesaRTLContext is now an APTR
  44.  * - Deprecated some tags replaced by QNTZR_#? tags
  45.  * - Change in CreateContext interface
  46.  * - Changed to driver library
  47.  * - Renamed to mesadriver.h
  48.  * - Added AMRTL_SupportsOH tag
  49.  *
  50.  */
  51.  
  52.  
  53.  
  54. #ifndef MESADRIVER_H
  55. #define MESADRIVER_H
  56.  
  57.  
  58. #ifdef __cplusplus
  59. extern "C" {
  60. #endif
  61.  
  62.  
  63. #ifndef MAKE_MESADRIVERLIB
  64. #include "pragmas/mesadriver_pragmas.h"
  65. extern struct Library *mesadriverBase;
  66. #endif
  67.  
  68. #include "GL/gl.h"
  69.  
  70. #include <utility/tagitem.h>
  71.  
  72.  
  73. #define AMRTL_Base        (TAG_USER + 42)
  74.  
  75. #define AMRTL_RGBAMode        (AMRTL_Base + 0)        /* IG  */    /* Context */
  76. #define AMRTL_IndexMode        (AMRTL_Base + 1)        /* IG  */    /* Context */
  77. #define AMRTL_OutputHandler    (AMRTL_Base + 4)        /* IG  */    /* Context */
  78. #define AMRTL_OutputHandlerVersion    (AMRTL_Base + 5)    /* IG  */    /* Context */
  79. #define AMRTL_OutputHandlerBase        (AMRTL_Base + 7)    /* IG  */    /* Context */
  80. #define AMRTL_BufferWidth    (AMRTL_Base + 8)        /*  G  */    /* Context */
  81. #define AMRTL_BufferHeight    (AMRTL_Base + 9)        /*  G  */    /* Context */
  82. #define AMRTL_Buffer        (AMRTL_Base + 10)        /*  G  */    /* Context */
  83. #define AMRTL_IndexPalette    (AMRTL_Base + 11)        /*  G  */    /* Context */
  84. #define AMRTL_Mode            (AMRTL_Base + 12)        /* IG  */    /* Context */
  85. #define AMRTL_Resized        (AMRTL_Base + 13)        /*  G  */    /* Context */
  86. #define AMRTL_OutputWidth    (AMRTL_Base + 14)        /* IGS */    /* Context */
  87. #define AMRTL_OutputHeight    (AMRTL_Base + 15)        /* IGS */    /* Context */
  88. #define AMRTL_GL            (AMRTL_Base + 16)        /* IGS */
  89. #define AMRTL_GLBase        (AMRTL_Base + 17)        /* IGS */
  90. #define AMRTL_GLVersion        (AMRTL_Base + 18)        /*  G  */
  91. #define AMRTL_HaveGL        (AMRTL_Base + 19)        /*  G  */
  92. #define AMRTL_SupportsOH    (AMRTL_Base + 20)        /*  G  */
  93.  
  94. #define AMRTL_CustomBase    (AMRTL_Base + 512)
  95.  
  96. typedef APTR AmigaMesaRTLContext;
  97.  
  98. /* Byte order for AMRTL_Mode==AMRTL_RGBAMode */
  99. #define ORDER_RGBA    0
  100. #define ORDER_ARGB    1
  101.  
  102.  
  103. extern __asm __saveds AmigaMesaRTLContext AmigaMesaRTLCreateContextA( register __a0 struct TagItem *tags );
  104. extern AmigaMesaRTLContext AmigaMesaRTLCreateContext( Tag tag, ...  );
  105. extern __asm __saveds void AmigaMesaRTLDestroyContext( register __a0 AmigaMesaRTLContext context );
  106. extern __asm __saveds void AmigaMesaRTLMakeCurrent( register __a0 AmigaMesaRTLContext context );
  107. extern __asm __saveds AmigaMesaRTLContext AmigaMesaRTLGetCurrentContext( void );
  108.  
  109. extern __asm __saveds void AmigaMesaRTLSetIndexRGBTable( register __d0 int index, register __a0 ULONG *rgbtable, register __d1 int numcolours);
  110. extern __asm __saveds void AmigaMesaRTLSetIndexRGB( register __d0 int index, register __d1 ULONG red, register __d2 ULONG green, register __d3 ULONG blue);
  111. extern __asm __saveds void AmigaMesaRTLGetIndexRGB( register __d0 int index, register __a0 ULONG *red, register __a1 ULONG *green, register __a2 ULONG *blue);
  112.  
  113. extern __asm __saveds ULONG AmigaMesaRTLSetContextAttrsA(register __a0 AmigaMesaRTLContext ca, register __a1 struct TagItem *tags);
  114. extern ULONG AmigaMesaRTLSetContextAttrs( AmigaMesaRTLContext ca, Tag tag, ... );
  115. extern __asm __saveds ULONG AmigaMesaRTLGetContextAttr(register __d0 ULONG attr, register __a0 AmigaMesaRTLContext ca, register __a1 ULONG *data);
  116.  
  117. extern __asm __saveds ULONG AmigaMesaRTLSetOutputHandlerAttrsA(register __a0 AmigaMesaRTLContext ca, register __a1 struct TagItem *tags);
  118. extern ULONG AmigaMesaRTLSetOutputHandlerAttrs( AmigaMesaRTLContext ca, Tag tag, ... );
  119. extern __asm __saveds ULONG AmigaMesaRTLGetOutputHandlerAttr(register __d0 ULONG attr, register __a0 AmigaMesaRTLContext ca, register __a1 ULONG *data);
  120.  
  121. extern __asm __saveds ULONG AmigaMesaRTLSetAttrsA(register __a0 struct TagItem *tags);
  122. extern ULONG AmigaMesaRTLSetAttrs( Tag tag, ... );
  123. extern __asm __saveds ULONG AmigaMesaRTLGetAttr(register __d0 ULONG attr, register __a0 ULONG *data);
  124.  
  125.  
  126. /* Probably some more functions... */
  127.  
  128. #ifdef __cplusplus
  129. }
  130. #endif
  131.  
  132.  
  133. #endif
  134.  
  135.